jdf
7b75438926
Adds a check to determine the root filesystem for determining the path of the
...
rc.conf. Without, the menu would fail as it tried to `chroot ""` (target_root
returns "" for / as root).
2012-05-15 15:50:58 +00:00
martin
b5e206ee7a
Tweak a few grammar errors
2012-05-15 08:47:53 +00:00
nisimura
2a5eed591c
Add KURO-BOX/T4 support to sysinst. Tested good with the target
...
machine.
2012-05-12 08:31:52 +00:00
martin
e90a004d0c
Fix harmless error preventing auto-finding non-ISO9660 formatted CD
...
partitions (when offering sets from CD).
2012-05-08 13:51:34 +00:00
riz
89f7ad6034
Check for del_rc_conf() == 0, not !del_rc_conf(), and fix a couple of
...
instances where the check was wrong. sysinst now properly saves dhcp
and host config again.
2012-05-01 18:28:47 +00:00
riz
4ca684e9f6
Don't have pkgin prompt before updating the database.
2012-04-30 19:57:52 +00:00
martin
0aeedd76fe
Add missing white spaces at end of line (meaning forced line breaks)
2012-04-30 19:49:26 +00:00
martin
23b152e8d9
Translate enable_binpkg
2012-04-30 19:43:45 +00:00
riz
29b07b45cc
Check if the network is up before attempting to install pkgin. If not,
...
configure it.
2012-04-30 19:05:29 +00:00
riz
f75e70385a
Change the pkgin repository *before* running pkgin update. Spotted
...
by imil@.
2012-04-12 16:05:48 +00:00
jdf
ccba2c41c9
Make sysinst not store the keyboard or network configuration used while
...
upgrading, as issued by PR install/35538.
2012-04-09 23:18:31 +00:00
uebayasi
60ebd64731
Remove duplicate English text. Remove ^M. Fix build.
2012-04-08 03:11:14 +00:00
riz
420ca486a3
French translation of new strings, and some other fixes.
...
From Matthew Mondor.
2012-04-07 23:25:18 +00:00
jdf
1671538f34
Fix for PR 45816: Restructuring the error menu when the CD ROM is missing.
2012-04-07 19:02:57 +00:00
tsutsui
d1ab79a2ea
Use 1MB alignment rather than the default 63 sectors for
...
fdisk partition boundary for >128GB disks, as fdisk(8) does.
No particular comments for my PR install/45990.
2012-04-07 03:08:33 +00:00
riz
ed2340b163
Implement a post-install configuration menu, as proposed on tech-install.
...
Enables the user to configure a few additional items, including using
pkgin to manage binary packages, in a post-install menu which replaces
the series of questions (Do you want to set a root password? etc).
This is by no means a perfect solution, nor should it discourage anyone
from working on more sweeping changes to sysinst.
Some bug fixes, and .de translation provided by Julian Fagir.
XXX .es, .fr and .pl translations still needed. Please help!
2012-04-06 23:48:53 +00:00
matt
bda6ce62a2
Use C89 function definitions.
2012-03-21 05:43:55 +00:00
tsutsui
34ae6a8457
Remove trailing whitespaces where explicit line break is not necessary:
...
- paragraph break (two newlines)
- list indent (leading tab)
XXX: msgc(1) lacks description about formatings.
2012-03-03 03:06:30 +00:00
tsutsui
c92748bcf3
Remove unused pasto messages. No Human68k on hp300.
2012-03-03 02:46:13 +00:00
tsutsui
e2ddea308d
Remove trailing whitespaces in messages where line break is not expected.
2012-03-03 02:34:13 +00:00
tsutsui
fa87856d54
Remove (harmless) trailing tab.
2012-03-03 02:26:45 +00:00
tsutsui
e4fbe1f59d
Remove trailing spaces not in message format.
2012-03-01 18:08:56 +00:00
tsutsui
9db2bcabd6
Remove trailing spaces not in message format.
2012-03-01 17:40:31 +00:00
tsutsui
a77ac84a0c
Put back more spaces at EOL for line breaks.
2012-03-01 17:27:29 +00:00
mbalmer
2e5c623416
Put back spaces at EOL where needed (in a message file, a space at EOL
...
means a line break, a line break means a space...)
This should fix PR 46042.
2012-03-01 16:22:13 +00:00
mbalmer
b3d36785a0
Fold long lines and a little KNF.
2012-02-26 10:17:44 +00:00
ast
7964aa2984
Update the amd64 and i386 examples to use /usr/mdec/bootxx_ffsv2,
...
i.e. DEFAULT_UFS2 as src/distrib/utils/sysinst/bsddisklabel.c does
since post-NetBSD5. This avoids rendering an i386 or amd64 system
unbootable if the given example is thoughtlessly cut-and-pasted on
a NetBSD6.x system (been there, done that ;-) Qualify the descriptions
of /usr/mdec/bootxx_ffsv{1,2} along those lines.
Fixed a small typo in comment of distrib/utils/sysinst/arch/amd64/md.h.
Ok by releng@
2012-02-09 18:35:44 +00:00
nisimura
1858b8306e
- add MBR editing menu to sysinst.
...
- fix typos in timecounter names.
- make sure to drain Tx FIFO to avoid clobbering
kernel boot messages.
- allow to have the 3rd UART.
- add missing time-of-day clock support.
Ok by releng.
2012-02-07 09:06:04 +00:00
nisimura
9aa0874ef1
Add Mini2440 entry to sysinst kernel selection.
2012-02-03 00:35:35 +00:00
phx
678263a5d4
Translate some new messages into german.
2012-02-02 22:15:04 +00:00
phx
bd07308fb4
Use sync(8) instead of echo(1) to avoid writing an RDB disklabel.
...
echo(1) is not part of the miniroot file system.
2012-02-02 21:58:31 +00:00
tsutsui
96d29df0a1
Select a proper kernel set (GENERIC or C700) per running INSTALL kernel name.
2012-02-02 16:00:35 +00:00
phx
2be87fafe3
Add support for RDB-partitioned disks.
...
When an RDB block was found on the disk we cannot change the disk layout,
and everything which has to do with MBR partitioning will be skipped.
2012-01-29 16:01:36 +00:00
tsutsui
c1e4c0e11a
zaurus zboot supports UFS2. (as defined in zaurus/stand/zboot/conf.c)
2012-01-26 16:12:14 +00:00
phx
c43563e336
netboot is called altboot now
2012-01-25 19:03:35 +00:00
gson
f6c2d0baa7
Add support for installing source sets as discussed on tech-install,
...
with improved German translations from Martin Husemann and Julian
Djamil Fagir. French, Spanish, and Polish translations are
still needed. OK christos, riz.
2012-01-10 21:02:47 +00:00
skrll
ccf87b9e24
Error if the root partition exceeds the PDC 2GB limit. The check now
...
catches invalid "existing" partitions. PR/45742
Thanks to martin for the German translation. The others are all my fault.
Thanks to mrg for comments
2012-01-09 11:51:41 +00:00
riz
9dc21a478b
Copy resolv.conf into target even if it was created by DHCP, since in
...
that case, it will be replaced on next boot anyway.
2012-01-09 02:52:50 +00:00
riz
a457d440cf
Use the "doingwhat" message for the multiple disks case, not just the
...
single-disk case.
XXX Native speakers of .fr, .es, .de, and .pl please make sure the
replacement makes sense. Thanks!
2012-01-09 01:51:47 +00:00
riz
1bfc197123
Add defs.h to DPSRCS.
2012-01-08 21:20:40 +00:00
christos
ecad436e9c
work for both X11R6 and X11R7
2012-01-08 02:32:00 +00:00
christos
56ed22796c
this is only valid for X11R6; we never had a.out X11R7
2012-01-08 02:24:32 +00:00
christos
4e3ddc38b5
only deal with X11R7 now.
2012-01-07 18:54:30 +00:00
riz
924cc21636
Don't use snprintf() to format, when run_program() will do it nicely on
...
its own. Suggested by joerg.
2012-01-06 20:52:43 +00:00
riz
39a56bcacc
Use getfslabelname() instead of trying to access fstypenames[] directly.
2012-01-06 20:41:28 +00:00
christos
c9ef664a0f
we want the label name not the fstype name.
2012-01-05 22:18:36 +00:00
christos
c4873f6cd0
eliminate logging variable from md code.
2012-01-05 21:32:35 +00:00
christos
4ea9182c55
eliminate useless booleans and use the file pointers as conditionals.
2012-01-05 21:29:24 +00:00
christos
c03a5a1e01
- add printflike and fix the broken formats
...
- make sure we don't exceed the number of partitions we have
2012-01-05 21:22:49 +00:00
christos
947502beba
kill unused variable
2012-01-05 20:22:33 +00:00