Changeset 301 for quickinst/quickinst


Ignore:
Timestamp:
09.07.2009 14:42:04 (13 months ago)
Author:
henning
Message:

quickinst: removed fstab and chroot options and made them default (quick and dirty)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quickinst/quickinst

    r299 r301  
    1919 
    2020Options: 
    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. 
    2321    -i <file>  Include packages from <file> in the installation. <file> should 
    2422               contain one package name per line. 
     
    3533while [ $# -gt 1 ]; do 
    3634        case $1 in 
    37                 -c) chroot=true; shift;; 
    38                 -f) fstab=true; shift;; 
    3935                -i) 
    4036                        [ ! -f $2 ] && 
     
    5551source=$3 
    5652 
     53chroot=true 
     54fstab=true 
     55 
    5756[ "$mode" == "" ] || [ "$target" == "" ] && usage 
    5857[ "$mode" == "ftp" ] || [ "$mode" == "cd" ] || usage 
Note: See TracChangeset for help on using the changeset viewer.