Changeset 191 for quickinst/quickinst
- Timestamp:
- 23.10.2008 14:29:53 (21 months ago)
- File:
-
- 1 edited
-
quickinst/quickinst (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quickinst/quickinst
r190 r191 20 20 -c Force chroot on Arch Linux. Local pacman cache will not be used. 21 21 -f Generate fstab. Don't rely on that. 22 -fu Generate fstab with UUIDs. Don't rely on that, either.23 -i <file> Include packages from <file> in the installation. <file> should22 -fu Generate fstab with UUIDs. Don't rely on that, either. 23 -i <file> Include packages from <file> in the installation. <file> should 24 24 contain one package name per line. 25 25 -x Xen mode. Activate serial console and deactivate virtual … … 79 79 [ $on_arch ] && { 80 80 mkdir -p $(dirname $cache) 81 mkdir -p $target/var/lib/pacman 81 82 ln -s /var/cache/pacman/pkg $cache 82 83 } || { … … 165 166 repl='/' || repl='' 166 167 167 echo $line | sed -e "s:$target:$repl:" -e "s:$device:UUID=$uuid:" 168 [ "$uuid" != "" ] && 169 echo $line | sed -e "s:$target:$repl:" -e "s:$device:UUID=$uuid:" \ 170 >> etc/fstab 168 171 done 169 172 }
Note: See TracChangeset
for help on using the changeset viewer.

