o Get rid of silly comment which seems to have got life of its own via

copy-and-paste process;

o Return geom_uzip(4) usage back to how manual page prescribes it to be
  used while I am here.
This commit is contained in:
Maxim Sobolev 2019-02-23 00:00:49 +00:00
parent 983ed4f9f1
commit c5235dce89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344479
6 changed files with 2 additions and 6 deletions

View File

@ -21,7 +21,6 @@ hints "AP94.hints"
# GEOM modules
device geom_redboot # to get access to the SPI flash partitions
device geom_uzip # compressed in-memory filesystem hackery!
options GEOM_UZIP
options ROOTDEVNAME=\"ufs:md0.uzip\"

View File

@ -47,7 +47,6 @@ nooptions INET6
# GEOM modules
device geom_map # to get access to the SPI flash partitions
device geom_uzip # compressed in-memory filesystem hackery!
options GEOM_UZIP
options GEOM_PART_GPT

View File

@ -12,7 +12,6 @@ hints "ROUTERSTATION.hints"
# GEOM modules
device geom_redboot # to get access to the SPI flash partitions
device geom_uzip # compressed in-memory filesystem hackery!
options GEOM_UZIP
options ROOTDEVNAME=\"ufs:md0.uzip\"

View File

@ -15,7 +15,6 @@ device pcf2123_rtc
# GEOM modules
device geom_redboot # to get access to the SPI flash partitions
device geom_uzip # compressed in-memory filesystem hackery!
options GEOM_UZIP
# Boot from the first MFS uzip

View File

@ -26,7 +26,7 @@ options BOOTVERBOSE
# GEOM modules
device geom_map # to get access to the SPI flash partitions
device geom_uzip # compressed in-memory filesystem hackery!
options GEOM_UZIP
options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uzip\"

View File

@ -25,7 +25,7 @@ options AR71XX_ENV_UBOOT
options BOOTVERBOSE
# GEOM modules
device geom_uzip # compressed in-memory filesystem hackery!
options GEOM_UZIP
device geom_map # to get access to the SPI flash partitions
options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uzip\"