Changeset 301 for quickinst/quickinst
- Timestamp:
- 09.07.2009 14:42:04 (13 months ago)
- File:
-
- 1 edited
-
quickinst/quickinst (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quickinst/quickinst
r299 r301 19 19 20 20 Options: 21 -c Force chroot on Arch Linux. Local pacman cache will not be used.22 -f Generate fstab with UUIDs. Don't rely on that.23 21 -i <file> Include packages from <file> in the installation. <file> should 24 22 contain one package name per line. … … 35 33 while [ $# -gt 1 ]; do 36 34 case $1 in 37 -c) chroot=true; shift;;38 -f) fstab=true; shift;;39 35 -i) 40 36 [ ! -f $2 ] && … … 55 51 source=$3 56 52 53 chroot=true 54 fstab=true 55 57 56 [ "$mode" == "" ] || [ "$target" == "" ] && usage 58 57 [ "$mode" == "ftp" ] || [ "$mode" == "cd" ] || usage
Note: See TracChangeset
for help on using the changeset viewer.

