@@ -60,11 +60,22 @@ fi
|
||||
#
|
||||
cat <<E_O_FSTAB > ${prefix}/etc/fstab
|
||||
/dev/${device}1 / ${fs} ${options} 0 1
|
||||
/dev/${device}2 none swap sw 0 0
|
||||
proc /proc proc defaults 0 0
|
||||
E_O_FSTAB
|
||||
|
||||
|
||||
#
|
||||
# Add in the swap unless it is disabled
|
||||
#
|
||||
if [ "${noswap}" ]; then
|
||||
#
|
||||
else
|
||||
cat <<E_O_FSTAB >> ${prefix}/etc/fstab
|
||||
/dev/${device}2 none swap sw 0 0
|
||||
E_O_FSTAB
|
||||
fi
|
||||
|
||||
|
||||
#
|
||||
# Finally we can install any required packages for the given root
|
||||
# filesystem
|
||||
|
||||
@@ -61,10 +61,20 @@ fi
|
||||
#
|
||||
cat <<E_O_FSTAB > ${prefix}/etc/fstab
|
||||
/dev/${device}1 / ${fs} ${options} 0 1
|
||||
/dev/${device}2 none swap sw 0 0
|
||||
proc /proc proc defaults 0 0
|
||||
E_O_FSTAB
|
||||
|
||||
#
|
||||
# Add in the swap unless it is disabled
|
||||
#
|
||||
if [ "${noswap}" ]; then
|
||||
#
|
||||
else
|
||||
cat <<E_O_FSTAB >> ${prefix}/etc/fstab
|
||||
/dev/${device}2 none swap sw 0 0
|
||||
E_O_FSTAB
|
||||
fi
|
||||
|
||||
|
||||
#
|
||||
# Finally we can install any required packages for the given root
|
||||
|
||||
@@ -60,11 +60,23 @@ fi
|
||||
#
|
||||
cat <<E_O_FSTAB > ${prefix}/etc/fstab
|
||||
/dev/${device}1 / ${fs} ${options} 0 1
|
||||
/dev/${device}2 none swap sw 0 0
|
||||
proc /proc proc defaults 0 0
|
||||
E_O_FSTAB
|
||||
|
||||
|
||||
#
|
||||
# Add in the swap unless it is disabled
|
||||
#
|
||||
if [ "${noswap}" ]; then
|
||||
#
|
||||
else
|
||||
cat <<E_O_FSTAB >> ${prefix}/etc/fstab
|
||||
/dev/${device}2 none swap sw 0 0
|
||||
E_O_FSTAB
|
||||
fi
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Finally we can install any required packages for the given root
|
||||
# filesystem
|
||||
|
||||
@@ -58,11 +58,22 @@ fi
|
||||
#
|
||||
cat <<E_O_FSTAB > ${prefix}/etc/fstab
|
||||
/dev/${device}1 / ${fs} ${options} 0 1
|
||||
/dev/${device}2 none swap sw 0 0
|
||||
proc /proc proc defaults 0 0
|
||||
E_O_FSTAB
|
||||
|
||||
|
||||
#
|
||||
# Add in the swap unless it is disabled
|
||||
#
|
||||
if [ "${noswap}" ]; then
|
||||
#
|
||||
else
|
||||
cat <<E_O_FSTAB >> ${prefix}/etc/fstab
|
||||
/dev/${device}2 none swap sw 0 0
|
||||
E_O_FSTAB
|
||||
fi
|
||||
|
||||
|
||||
#
|
||||
# Log our finish
|
||||
#
|
||||
|
||||
@@ -61,10 +61,20 @@ fi
|
||||
#
|
||||
cat <<E_O_FSTAB > ${prefix}/etc/fstab
|
||||
/dev/${device}1 / ${fs} ${options} 0 1
|
||||
/dev/${device}2 none swap sw 0 0
|
||||
proc /proc proc defaults 0 0
|
||||
E_O_FSTAB
|
||||
|
||||
#
|
||||
# Add in the swap unless it is disabled
|
||||
#
|
||||
if [ "${noswap}" ]; then
|
||||
#
|
||||
else
|
||||
cat <<E_O_FSTAB >> ${prefix}/etc/fstab
|
||||
/dev/${device}2 none swap sw 0 0
|
||||
E_O_FSTAB
|
||||
fi
|
||||
|
||||
|
||||
#
|
||||
# Finally we can install any required packages for the given root
|
||||
|
||||
Reference in New Issue
Block a user